CGIVALS

CGIVALS class is a data structure that represents the value key pairs that a cgi query string represents. IE. ("?foo=bar&foobar=be") where this query string has two CGIVALs contained within. this class allows us to store variables and logically describe what those variables are and assign a mode.

Constructors

this
this()
Undocumented in source.

Members

Variables

fData
CGIFILE fData;
Undocumented in source.
mode
CGIMODES mode;
Undocumented in source.
name
string name;
Undocumented in source.
type
CGI_VAR_TYPE type;
Undocumented in source.
value
string value;
Undocumented in source.

Meta